body {
  font-family: "Open Sans", sans-serif;
  color: #272727;
  line-height: 1.4em;
  font-size: 14px;
}

* {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #6eb6bb;
  font-family: "Baloo", cursive;
}

.btn, .comments-area .comment-respond .submit {
  border: none;
  background: #f4941f;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 30px;
}

.btn:hover, .comments-area .comment-respond .submit:hover {
  background: #6eb6bb;
}

img {
  max-width: 100%;
}

.white-bg {
  background: #fff;
}

.container {
  margin: 0 auto;
  width: 1400px;
}

@media (max-width: 1400px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .mobile-hide {
    display: none;
  }
}

.no-p-margin p {
  margin: 0;
  padding: 0;
}

.big-p p {
  margin: 7px 0;
}

/**
*
*/
.single-header {
  color: #fff;
  overflow: auto;
}

.single-header.archive {
  background: url("../img/default-bg.jpg") no-repeat center;
  background-size: cover;
  min-height: 500px;
}

.single-header.archive .archive-title {
  text-align: center;
  color: #fff;
  font-size: 3.5em;
  margin: 230px 0 0 0;
}

.single-header .single-header__logo {
  width: 100px;
  float: left;
  margin: 10px 0 0 0;
}

.single-header .single-header__logo img {
  max-width: 100%;
}

.single-header .single-header__menu {
  float: right;
  margin: 30px 0;
}

.main-menu {
  text-align: right;
}

.main-menu li {
  display: inline-block;
  margin: 0 10px;
  list-style: none;
}

.main-menu a {
  color: #fff;
  text-decoration: none;
}

.main-menu a:hover {
  color: #d67c1b;
}

.elementor-nav-menu--dropdown a {
    color: #494c4f;
}

.elementor-sub-item:hover {
    background-color: #55595c;
    color: #fff !important;
}

@media (max-width: 840px) {
  .main-menu {
    display: none;
  }
}

/**
* Footer
*/
#footer {
  background: #252525;
  overflow: auto;
  font-size: .9em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #d67c1b;
}

#footer .footer__info {
  float: left;
  width: 40%;
  margin: 0px 80px 30px 0;
}

#footer .footer__info .footer__info__description {
  margin: 30px 100px 0 0;
}

#footer .footer__left .footer__menu {
  margin: 35px 30px 30px 0;
}

#footer .footer__menu {
  float: left;
  margin: 30px;
  position: relative;  
}

#footer .footer__menu .title {
  font-size: 1.5em;
  font-weight: bolder;
}

#footer .footer__menu ul {
  padding: 0;
}

#footer .footer__menu li {
  list-style: none;
  text-transform: uppercase;
  padding: 7px 0 7px 20px;
  background: url("../img/bullet-arrow.png") left no-repeat;
}

#footer .footer__right {
  padding: 30px 20px;
  background: #212020;
  overflow: auto;
  min-height: inherit;
}

#footer .footer__right .footer__menu {
  margin-top: 5px;
}

@media (max-width: 1400px) {
  #footer .footer__right {
    padding-top: 30px;
  }
}

@media (max-width: 780px) {
  #footer .footer__left, #footer .footer_right {
    width: 100%;
    clear: both;
    float: none;
  }
  #footer .footer__info, #footer .footer__menu {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #footer .footer__left .footer__menu, #footer .footer__logo__grupo {
    display: table;
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 50%;
  }
  #footer .footer__info {
    padding: 30px 0 0 0;
    width: 80%;
    text-align: center;
  }

  #footer .footer__info .footer__info__description {
    margin: 30px 0;
  }

  #footer .footer_right {
    width: 100%;
  }

  .footer__bottom p {
    margin: 7px 0;
    padding: 0 25px !important;
  }
}

.footer__bottom {
  background: #000;
  color: #fff;
  width: 100%;
  clear: both;
  padding: 20px 0px;
}

.footer__bottom p {
  margin: 7px 0;
  padding: 0;
}

/**
* single page
*/
.container-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .container-sidebar {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .container-sidebar .sidebar {
    display: none;
  }
}

.container-sidebar .sidebar .widget {
  list-style: none;
  padding: 40px 0;
}

.container-sidebar .sidebar .widget .widget-title {
  color: #000;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 0 30px;
  position: relative;
  display: block;
}

.container-sidebar .sidebar .widget .widget-title::after {
  display: block;
  content: '';
  top: 5px;
  left: 0;
  height: 2px;
  width: 40px;
  -webkit-transform: translate(-50px, -0.6em);
          transform: translate(-50px, -0.6em);
  background: #ccc;
}

.container-sidebar .sidebar .widget ul {
  padding: 0;
  margin: 0;
}

.container-sidebar .sidebar .widget a {
  color: #000;
}

.container-sidebar .sidebar .widget a:hover {
  color: #d67c1b;
}

.single-page .header-image {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 700px;
  text-align: center;
  background: #f8f8f8;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.single-page .header-image h1.title {
  color: #fbb901;
  font-family: "Baloo", cursive;
  font-size: 3em;
  margin: 250px 0 0 0;
}

.single-page .header-image h1.title .subtitle {
  color: #fff;
  font-size: .7em;
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.single-page .header-image .date {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}

.single-page .sidebar {
  width: 30%;
}

.single-page .post-container {
  position: relative;
  background: #fff;
  width: 65%;
  padding: 15px 30px;
}

@media (max-width: 600px) {
  .single-page .post-container {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.single-page .single-page__title {
  color: #6eb6bb;
  font-family: "Baloo", cursive;
  font-size: 2.5em;
}

.single-page .single-page__thumbnail {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.single-page .single-page__content {
  margin: 25px 0;
}

@media (max-width: 800px) {
  .single-page {
    width: 100%;
  }
}

/**
* Carrossel
*/
.hm-carousel {
  width: 100%;
}

.hm-carousel .hm-carousel__item {
  opacity: 1;
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.hm-carousel .hm-carousel__item .hm-carousel__item__wrapper {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1200px) {
  .hm-carousel .hm-carousel__item .hm-carousel__item__wrapper {
    width: 350px;
  }
}

@media (max-width: 1050px) {
  .hm-carousel .hm-carousel__item .hm-carousel__item__wrapper {
    width: 300px;
  }
}

@media (max-width: 915px) {
  .hm-carousel .hm-carousel__item .hm-carousel__item__wrapper {
    width: 250px;
  }
}

.hm-carousel .hm-carousel__item .hm-carousel__item__img {
  text-align: center;
  width: 100%;
}

.hm-carousel .hm-carousel__item .hm-carousel__item__img img {
  width: 500px;
  margin: 0 auto;
}

.hm-carousel .hm-carousel__item .hm-carousel__button {
  margin: 20px 0;
  clear: both;
}

.hm-carousel .hm-carousel__item .hm-carousel__item__title {
  margin: 10px 0;
  text-align: center;
  font-family: "Baloo", cursive;
  color: #6eb6bb;
  font-size: 1.5em;
  display: none;
  width: 100%;
}

.hm-carousel .hm-carousel__item .hm-carousel__item__content {
  display: none;
  text-align: center;
  width: 100%;
  margin-left: 0%;
}

.hm-carousel .hm-carousel__item .hm-carousel__item__content p {
  margin: 0;
}

.hm-carousel .slick-current.slick-active.slick-center .hm-carousel__item {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hm-carousel .slick-current.slick-active.slick-center .hm-carousel__item .hm-carousel__item__title, .hm-carousel .slick-current.slick-active.slick-center .hm-carousel__item .hm-carousel__item__content {
  display: block;
}

/**
* hm-blog-widget
*/
.hm-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hm-blog .hm-blog__post {
  width: 30%;
  margin: 0 auto;
}

.hm-blog .hm-blog__post .hm-blog__post__thumbnail img {
  max-width: 100%;
}

.hm-blog .hm-blog__post .hm-blog__post__thumbnail-fallback {
  max-width: 100%;
  background: #f8f8f8;
}

.hm-blog .hm-blog__post .hm-blog__post__title {
  text-transform: uppercase;
  font-family: "Baloo", cursive;
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 10px 0 0 0;
}

.hm-blog .hm-blog__post .hm-blog__post__date {
  color: #008bbe;
  font-size: 1em;
  font-family: "Baloo", cursive;
}

.hm-blog .hm-blog__post .hm-blog__post__excerpt {
  margin: 10px 0 15px 0;
}

@media (max-width: 740px) {
  .hm-blog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hm-blog .hm-blog__post {
    width: 80%;
    clear: both;
    margin-top: 20px;
  }
}

/**
* hm-events-widget
*/
.hm-events .slick-arrow {
  background: none;
}

.hm-events .slick-slide {
  display: none;
}

.hm-events .slick-prev {
  margin-left: -50px;
}

.hm-events .slick-next {
  margin-right: -50px;
}

.hm-events .slick-list {
  min-height: 500px;
}

.hm-events .hm-events__event .hm-events__event__thumbnail img {
  max-width: 100%;
}

.hm-events .hm-events__event .hm-events__event__title {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
  font-family: "Baloo", cursive;
  margin: 0;
}

.hm-events .hm-events__event .hm-events__event__date {
  color: #008bbe;
  font-family: "Baloo", cursive;
  font-size: 3em;
  margin: 10px 0 0 0;
  line-height: 1em;
}

.hm-events .hm-events__event .hm-events__event__excerpt {
  margin: 10px 0 15px 0;
}

@media (max-width: 740px) {
  .hm-events .hm-events__event {
    width: 80%;
  }
}

.page-events .page-events__events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-events .month {
  background: url("../img/bg-month.jpg") no-repeat bottom center;
  padding: 0 0 50px 0;
}

.page-events .month:last-child {
  background: none;
}

.page-events .month-title {
  font-size: 3em;
  color: #ef7d00;
}

.page-events .btn, .page-events .comments-area .comment-respond .submit, .comments-area .comment-respond .page-events .submit {
  background: #ef7d00;
  display: inline-block;
}

.page-events .page-events__event {
  max-width: 300px;
  margin: 20px 10px;
}

.page-events .page-events__event .page-events__event__thumbnail img {
  max-width: 100%;
}

.page-events .page-events__event .page-events__event__title {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.page-events .page-events__event .page-events__event__date {
  color: #008bbe;
  font-family: "Baloo", cursive;
  font-size: 3em;
  margin: 10px 0 0 0;
  line-height: 1em;
}

.page-events .page-events__event .page-events__event__excerpt {
  margin: 10px 0 15px 0;
}

/**
* Archive
*/
.archive-page {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 0 5%;*/
}

.archive-page .archive__post {
  width: 43%;
  margin: 25px 10px;
	float: left;
	padding: 0 2%;
}

@media (max-width: 890px) {
  .archive-page .archive__post {
    width: 90%;
  }
}

.archive-page .archive__post .archive__post__thumbnail {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.archive-page .archive__post .archive__post__thumbnail img {
  margin: 0 auto;
  width: 100%;
	height: auto;
}

.archive-page .archive__post .archive__post__thumbnail-fallback {
  background: url("../img/thumb-fallback.png");
  height: 120px;
  width: 100%;
}

.archive-page .archive__post .archive__post__content {
  padding: 10px 20px;
  background: #fff;
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: 85%;
  margin-top: -50px;
}

@media (max-width: 890px) {
  .archive-page .archive__post .archive__post__content {
    width: 70%;
  }
}

.archive-page .archive__post .archive__post__content .archive__post__content__title h3 {
  margin: 0;
  padding: 0;
}

.archive-page .archive__post .archive__post__content .archive__post__content__title a {
  color: #000;
  font-size: 2em;
  line-height: 1.2em;
}

.archive-page .archive__post .archive__post__content .archive__post__content__read-more {
  margin: 30px 0;
}

@-webkit-keyframes animationFloatingButton {
  from {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animationFloatingButton {
  from {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.floating-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  -webkit-animation: animationFloatingButton 1s infinite;
          animation: animationFloatingButton 1s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/**
* Default forms
*/
.default-form-style {
  font-size: 1.1em;
}

.default-form-style label {
  color: #fff;
  text-transform: uppercase;
  min-width: 100px;
  display: inline-block;
  margin: 0 15px 0 0;
}

.default-form-style .field {
  margin: 15px 0;
}

.default-form-style input[type=text], .default-form-style input[type=email], .default-form-style input[type=password], .default-form-style input[type=number] {
  border: none;
  min-width: 180px;
  border-bottom: 1px solid #ffe400;
  background: none;
}

/**
* Newsletter widget
*/
.hm-newsletter-widget .form-wrapper {
  margin: 0 auto;
  display: table;
  max-width: 100%;
}

.hm-newsletter-widget .hm-newsletter-widget__button {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.hm-newsletter-widget .hm-newsletter-widget__button .btn, .hm-newsletter-widget .hm-newsletter-widget__button .comments-area .comment-respond .submit, .comments-area .comment-respond .hm-newsletter-widget .hm-newsletter-widget__button .submit {
  margin: 0 auto;
  text-align: center;
}

/**
* booking widget
*/
.hm-booking-widget .form-wrapper {
  margin: 0 auto;
  display: table;
  max-width: 100%;
}

.hm-booking-widget .hm-booking-widget__button {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.hm-booking-widget .hm-booking-widget__button .btn, .hm-booking-widget .hm-booking-widget__button .comments-area .comment-respond .submit, .comments-area .comment-respond .hm-booking-widget .hm-booking-widget__button .submit {
  margin: 0 auto;
  text-align: center;
}

/**
* testmonials
*/
.hm-testmonials {
  color: #fff;
}

.hm-testmonials .slick-arrow {
  background: none;
}

.hm-testmonials .slick-slide {
  display: none;
}

.hm-testmonials .slick-slide.slick-active {
  display: block !important;
}

.hm-testmonials .hm-testmonials__item .hm-testmonials__photo {
  float: left;
  width: 150px;
  margin: 15px 15px 0 0;
}

.hm-testmonials .hm-testmonials__item .hm-testmonials__content {
  display: block;
  width: 260px;
  float: left;
}

.hm-testmonials .hm-testmonials__item .hm-testmonials__content .hm-testmonials__author {
  font-size: 1.5em;
  line-height: 1.2em;
}

.hm-testmonials .hm-testmonials__item .hm-testmonials__content .hm-testmonials__city {
  color: #6eb6bb;
}

@media (max-width: 380px) {
  .hm-testmonials .hm-testmonials__item .hm-testmonials__content {
    width: 200px;
  }
}

/**
* slick
*/
.slick-arrow {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 1000;
  width: 40px;
  height: 70px;
}

.slick-arrow:before {
  content: '';
}

.slick-arrow.slick-prev {
  left: 0;
  background-image: url("../img/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}

.slick-arrow.slick-next {
  right: 0;
  background-image: url("../img/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
}

.main-header.she-header .logo {
  width: 100px;
  margin: 15px 0 15px 10px;
}

/**
* Widget posts recentes
*/
.aquario-recent-posts .aquario-recent-posts__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.aquario-recent-posts .aquario-recent-posts__post .aquario-recent-posts__post__thumbnail {
  max-width: 150px;
  margin: 0 15px 0 0;
}

.aquario-recent-posts .aquario-recent-posts__post .aquario-recent-posts__post__thumbnail img {
  max-width: 150px;
}

.aquario-recent-posts .aquario-recent-posts__post .aquario-recent-posts__post__date {
  color: #9c9c9c;
  font-weight: bold;
  margin: 7px 0;
}

.aquario-recent-posts .aquario-recent-posts__post .aquario-recent-posts__post__title a {
  color: #000;
}

/**
* aquario search
*/
.aquario-search .search-wrapper {
  border: 1px solid #ccc;
  padding: 0 10px;
}

.aquario-search .search-wrapper .ico-search {
  float: right;
  margin: 5px 0 0 0;
}

.aquario-search .search-wrapper input[type=text] {
  border: none;
  padding: 15px;
  width: 250px;
}

@media (max-width: 400px) {
  .aquario-search .search-wrapper input[type=text] {
    width: 150px;
  }
}

/**
Comments
*/
.comments {
  border-top: 1px solid #f6f6f6;
  padding: 40px 0 0 0;
}

.comments .comment-count {
  font-size: 2em;
}

.comments .comment-list .comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  overflow: auto;
}

.comments .comment-list .comment .photo {
  float: left;
}

@media (max-width: 600px) {
  .comments .comment-list .comment .photo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: none;
  }
}

.comments .comment-list .comment .reply {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 30px;
  margin: 20px 0;
  float: right;
}

@media (max-width: 600px) {
  .comments .comment-list .comment .reply {
    border-left: 1px solid #ccc;
  }
}

.comments .comment-list .comment .meta {
  width: 100%;
  clear: both;
}

.comments .comment-list .comment .message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #f5f5f5;
  color: #333;
  width: 85%;
  margin: 15px 0 0 0;
  float: right;
}

@media (max-width: 600px) {
  .comments .comment-list .comment .message {
    width: 100%;
  }
}

.comments .comment-list .comment .author {
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
  float: left;
}

.comments .comment-list .comment .date {
  float: right;
  margin: 10px 0;
}

.comments-area {
  margin: 50px 0;
}

.comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond textarea {
  background: #f5f5f5;
  width: 500px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: bold;
  margin: 5px 0;
}

/**
* add to any custom
*/
.addtoany_header {
  float: left;
  padding: 7px 0 0 0;
}
/*# sourceMappingURL=aquario.css.map */

.archive .container {max-width: 1700px;width: 100%; padding: 50px 0;}